home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
music_utilities
/
pt141.dms
/
pt141.adf
/
ArexxExamples.lha
/
EP_LHPacked.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
199b
|
15 lines
/* EaglePlayer - Packmode-Modus = LHPacked */
address 'rexx_EP'
options results
LHPacked
if result == "no" then do
say "Unable to use LH-Cruncher !"
end
else do
say "Now use LH-Cruncher !"
end